/*
分页  
<div class="pages_box">
            <button class="prev">上一页</button>
            <a href="javascript:;" class="page_abox active">1</a>
            <a href="javascript:;" class="page_abox">2</a>
            <button class="prev">下一页</button>
        </div>
.pages_box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.page_abox{
    width: 0.38rem;
    height: 0.38rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.01rem solid #ccc;
    margin: 0 0.1rem;
    color: #666;
    font-size: 0.14rem;
}
.page_abox.active{
    background: #444;
    color: #fff;
    border-color: #444;
}
.prev,.next{
    width: 0.8rem;
    height: 0.38rem;
    display: flex;
    justify-content: center;
    cursor: pointer;
     border: 0.01rem solid #ccc;
    background: transparent;
    align-items: center;
    color: #666;
    font-size: 0.14rem;
}
	
*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: .16rem;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* For some Androids */

}

html {
	font-size: 100px;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: #000;
}

ul {
	list-style: none;
}

input {
	outline: 0;
	background: #fff;
}

img {
	object-fit: cover;
	cursor: pointer;
	/*display: block;*/
}

@font-face {
	font-family: '思源黑体';
	src: url('../font/思源黑体CN-Regular.otf');
}

body,
html {
	font-family: '思源黑体' !important;
	/* scroll-behavior: smooth !important; */
}

.server-banner.w1600{
    width: auto !important;
}
.item-sx{
    margin-right: 0.1rem;
    
}
.item-sx:last-child{
    margin-right: 0;
}

/*单词自动换行*/
/* word-break:break-all;
word-wrap:break-word;
white-space: pre-wrap!important;
word-wrap: break-word!important;
 */
/*文字描边*/
/* 设置描边宽度及颜色 默认为字体内外描边
  text-stroke: 2px #2173FF;
 */
/* 兼容Webkit(Chrome/Safari)内核浏览器的写法
  -webkit-text-stroke: 2px #2173FF;
  color: #fff;
 */

.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/*多行溢出*/
.line-1 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 1;
}

.line-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
}

.line-3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 3;
}

.line-4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 4;
}



/* 滚动条样式 */
.ele::-webkit-scrollbar {
	width: 7px;
}

.ele::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.2);
}

.ele::-webkit-scrollbar-track {
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

.w1600 {
	width: 16rem;
	margin: 0 auto;
}

@font-face {
	font-family: 'impact';
	src: url('../font/impact.TTF');
}

.headNav{
    display: flex;
    justify-content: space-between;
    margin-top: 0.46rem !important;
}
.headNav .nav2{
    display: flex;
    align-items: center;
}

.headNav .nav2 .nav2-list{
    display: flex;
    margin-right: 0.05rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    align-items: center;
    cursor: pointer;
}
.headNav .nav2 .nav2-list::after{
    content: '>';
    margin-left: 0.05rem;
    font-size: 0.2rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 1;
}
.headNav .nav2 .nav2-list:last-child{
    color: rgba(10, 110, 199, 1);
}
.headNav .nav2 .nav2-list:last-child::after{
    display: none;
}
.headNav .nav2 .nav2-list img{
    width: 0.15rem;
    height: 0.18rem;
    margin-right: 0.06rem;
}


.server-banner img{
    width: 100%;
}
.server-banner{
    position: relative;
}
.server-banner .main-title{
    font-size: 0.4rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


 .part6-list{
    justify-content:flex-start !important;
}
.part5-right-list{
    margin-right: 0.13rem !important;
}
.part5-right-list:nth-child(4n){
    margin-right: 0 !important;
}
.part6-list.cate3{
    width: 100% !important;
}
.part6-list.cate3 .cate2-list{
    width: 2.86rem !important;
}
 .cate2-list{
    margin-right: 0.42rem!important;
}
.cate2-list:nth-child(5n){
    margin-right: 0 !important;
}



@media only screen and (max-width:1024px){
    .w1600{
        width: 100%;
    }
    .headNav .nav2{
        display: none !important;
    }
    .headNav{
        padding: 0 20px;
    }
    .center-nav{
        font-size: 12px;
    }
}